@charset "UTF-8";
body {
    background: url(../images/common/head-bg.png) no-repeat center top/100%;
    background-color: var(--defaultBodyColor);
}

/* 首页用头部 */
.gd-header {
    position: relative;
    padding: 30px 0;
    height: 356px;
}
.gd-header .wza img {
    width: 1em;
    height: 1em;
}
.gd-header .zhms {
    position: relative;
    padding: 3px 10px;
    background: var(--defaultTitleColor);
    color: #fff !important;
    border-radius: 5px;
}
.gd-header .zhms img {
    width: 1em;
    height: 1em;
}
.gd-header .gd-top a {
    color: var(--defaultTitleColor);
}
.gd-header .gd-logo {
    width: 100%;
    height: 230px;
    line-height: 230px;
    text-align: center;
}
.gd-header .gd-logo a {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}
.gd-header .gd-logo img {
    width: 560px;
}
.gd-header .gd-menu-box .gd-nav-box li {
    float: left;
    font-size: 24px;
}
.gd-header .gd-menu-box .gd-nav-box li a,
.gd-header .gd-menu-box .gd-nav-box li i {
    color: var(--defaultTitleColor);
    margin-right: 10px;
    font-weight: bold;
}
.gd-header .gd-menu-box .gd-nav-box li.current a,
.gd-header .gd-menu-box .gd-nav-box li a:hover {
    color: var(--defaultHoverColor);
}
.gd-header .gd-search-box {
    padding: 6px 2px;
    width: 425px;
    height: 42px;
    background: #fff;
    border-radius: 15px;
}
.gd-header .gd-search-box input {
    float: left;
    width: -webkit-calc(100% - 72px);
    width: -moz-calc(100% - 72px);
    width: calc(100% - 72px);
    height: 30px;
    text-indent: 2em;
    font-size: 16px;
    border-right: 1px solid #e0e0e0;
}
.gd-header .gd-search-box input::-webkit-input-placeholder {
    color: #d2d1d1;
}
.gd-header .gd-search-box input:-moz-placeholder {
    color: #d2d1d1;
}
.gd-header .gd-search-box input::-moz-placeholder {
    color: #d2d1d1;
}
.gd-header .gd-search-box input:-ms-input-placeholder {
    color: #d2d1d1;
}
.gd-header .gd-search-box input::placeholder {
    color: #d2d1d1;
}
.gd-header .gd-search-box button {
    width: 70px;
    height: 42px;
    float: left;
    background: url(../images/common/search-icon.png) no-repeat;
    background-position: 20px 5px;
}

.gd-main-box {
    background: #fff;
    padding: 20px;
}

/* 首页开始 */
.gd-main-top {
    height: 350px;
}

.gd-swiper1 a {
    display: block;
    width: 580px;
    height: 350px;
}
.gd-swiper1 a img {
    height: 100%;
}
.gd-swiper1 a p {
    width: 100%;
    height: 40px;
    line-height: 40px;
    position: absolute;
    bottom: 0;
    left: 0;
    padding-right: 7em;
    color: #fff;
    background: rgba(0, 0, 0, 0.1);
    text-indent: 2em;
}
.gd-swiper1 .swiper-pagination {
    padding-right: 30px;
    text-align: right;
}
.gd-swiper1 .swiper-pagination .swiper-pagination-bullet {
    background: #fff;
    opacity: 0.5;
}
.gd-swiper1 .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
    opacity: 1;
}

/* 头条 */
.gd-top-news {
    width: 100%;
    min-height: 150px;
}
.gd-top-news .swiper-slide {
    text-align: center;
}
.gd-top-news .swiper-slide a span {
    font-size: 26px;
    font-weight: bold;
    line-height: 2;
    color: var(--defaultTitleColor);
    margin-right: 1em;
    overflow: hidden;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
}
@media screen and (max-width: 749px) {
    .gd-top-news .swiper-slide a span {
        margin-right: 0;
    }
}
.gd-top-news .swiper-slide a p {
    text-indent: 2em;
    padding: 0 2em;
    width: 99%;
    font-size: 16px;
    color: #999;
    overflow: hidden;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
}
.gd-top-news .swiper-pagination-bullet {
    width: 134px;
    height: 4px;
    border-radius: 4px;
    background: #999;
}
.gd-top-news .swiper-pagination-bullet.swiper-pagination-bullet-active {
    background: var(--defaultTitleColor);
}

/* 切换 */
.gd-tab-box {
    padding-left: 16px;
    /* 切换内容 */
}
.gd-tab-box .gd-tab-title {
    margin-bottom: 20px;
}
.gd-tab-box .gd-tab-title li {
    padding: 0 34px;
    float: left;
    font-weight: bold;
    font-size: 22px;
    height: 26px;
    line-height: 26px;
    border-right: 1px solid #e4e4e4;
}
.gd-tab-box .gd-tab-title li:last-child {
    border-right: 0;
}
.gd-tab-box .gd-tab-title li a {
    color: var(--defaultTitleColor);
    padding-bottom: 4px;
}
.gd-tab-box .gd-tab-title li.current a {
    border-bottom: 3px solid var(--defaultBorderColor);
}
.gd-tab-box .gd-tab-content#l5973 a {
    margin-right: 1em;
    overflow: hidden;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
}
@media screen and (max-width: 749px) {
    .gd-tab-box .gd-tab-content#l5973 a {
        margin-right: 0;
    }
}
.gd-tab-box .gd-tab-content#l5974,
.gd-tab-box .gd-tab-content#l5975 {
    display: none;
}
.gd-tab-box .gd-tab-content.gd-list li {
    text-indent: 30px;
    position: relative;
}
.gd-tab-box .gd-tab-content.gd-list li::before {
    content: ' ';
    position: absolute;
    top: 50%;
    left: 5px;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
    display: block;
    width: 7px;
    height: 7px;
    background: url('../images/common/li_list_icon.png') no-repeat center center;
}
.gd-tab-box .gd-tab-content.gd-list li span {
    text-indent: 0;
}
.gd-tab-box .gd-tab-content.gd-list li:last-child {
    border: none;
}
.gd-tab-box .gd-tab-content.gd-list a {
    width: 78%;
}
.gd-tab-box .gd-tab-content.ynyw li:nth-child(5) {
    border: none;
}
.gd-tab-box .gd-tab-content.ynyw a {
    margin-right: 1em;
    overflow: hidden;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
}
@media screen and (max-width: 749px) {
    .gd-tab-box .gd-tab-content.ynyw a {
        margin-right: 0;
    }
}

/* 专题专栏 */
.special-box {
    position: relative;
    margin: 40px 0;
}
.special-box .special-title {
    width: 37px;
    height: 115px;
    background: url(../images/index/special-min-title.png) no-repeat;
    position: relative;
}
.special-box .special-title a {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
.special-box .special-swiper {
    margin-right: 22px;
    max-width: 1072px;
    height: 114px;
}
.special-box .special-swiper .swiper-wrapper {
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}
.special-box .special-swiper .swiper-slide {
    height: auto;
}
.special-box .special-swiper .swiper-slide a {
    display: block;
}
.special-box .special-button-prev,
.special-box .special-button-next {
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
    margin-top: 0;
    width: 13px;
    height: 23px;
    font-size: 26px;
    color: #e3e3e3;
}
.special-box .special-button-prev::after,
.special-box .special-button-next::after {
    font-size: 100%;
}
.special-box .special-button-prev {
    left: 44px;
}
.special-box .special-button-next {
    right: 0px;
}

/* 通知公告 */
.news-box {
    margin-bottom: 50px;
}
.news-box .news-title {
    position: relative;
    width: 100%;
    height: 75px;
    background: url(../images/index/list-item-title-bg.png) no-repeat;
}
.news-box .news-title h2 {
    position: absolute;
    top: 25px;
    left: 80px;
    color: var(--defaultTitleColor);
    font-weight: bold;
    font-size: 24px;
}
.news-box .news-title a {
    line-height: 90px;
    font-size: 16px;
    color: var(--defaultTitleColor);
    float: right;
    margin-right: 1em;
    width: auto;
}
.news-box .news-list {
    width: -webkit-calc(50% - 40px);
    width: -moz-calc(50% - 40px);
    width: calc(50% - 40px);
}
.news-box .news-list li {
    border: none;
}
.news-box .news-list li a {
    width: 78%;
    margin-right: 1em;
    overflow: hidden;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
}
@media screen and (max-width: 749px) {
    .news-box .news-list li a {
        margin-right: 0;
    }
}

/* 政务 */
.gd-zw-box {
    position: relative;
    height: 616px;
    padding-bottom: 50px;
}
.gd-zw-box .zw-title-bg {
    height: 160px;
    background: #87b8f4;
}
.gd-zw-box .zw-title-bg .zw-tab-titile {
    padding: 0 20px;
    position: relative;
}
.gd-zw-box .zw-title-bg .zw-tab-titile ul {
    position: absolute;
    top: -10px;
    height: 100%;
    height: 180px;
    padding-top: 10px;
}
.gd-zw-box .zw-title-bg .zw-tab-titile li {
    float: left;
    width: 386px;
    height: 160px;
    line-height: 160px;
    background: url(../images/index/special-bg.png) no-repeat center center;
    cursor: pointer;
    -webkit-transition: all 0.5s;
    -o-transition: all 0.5s;
    -moz-transition: all 0.5s;
    transition: all 0.5s;
}
.gd-zw-box .zw-title-bg .zw-tab-titile li:nth-child(1) img {
    width: 171px;
    height: 108px;
}
.gd-zw-box .zw-title-bg .zw-tab-titile li:nth-child(2) img {
    width: 164px;
    height: 102px;
}
.gd-zw-box .zw-title-bg .zw-tab-titile li:nth-child(3) img {
    width: 182px;
    height: 120px;
}
.gd-zw-box .zw-title-bg .zw-tab-titile li a {
    display: block;
    width: 100%;
    height: 100%;
    padding-left: 10px;
    font-size: 36px;
    font-weight: bold;
    color: var(--defaultTitleColor);
}
.gd-zw-box .zw-title-bg .zw-tab-titile li:hover,
.gd-zw-box .zw-title-bg .zw-tab-titile li.current {
    margin-top: -10px;
    height: 180px;
    line-height: 180px;
    background-image: url(../images/index/special-hover.png);
}
.gd-zw-box .zw-title-bg .zw-tab-titile li:hover a,
.gd-zw-box .zw-title-bg .zw-tab-titile li.current a {
    height: 160px;
    color: var(--defaultHoverColor);
}
.gd-zw-box .zw-tab-conbox {
    position: absolute;
    top: 216px;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    transform: translateX(-50%);
}
.gd-zw-box .zw-tab-conbox .zw-tab-content {
    position: relative;
    padding: 0 20px;
}
.gd-zw-box .zw-tab-conbox .zw-tab-content .more {
    position: absolute;
    bottom: -1.8em;
    right: 1.5em;
}
.gd-zw-box .zw-tab-conbox .zw-tab-content .more a {
    color: var(--defaultTitleColor);
}
.gd-zw-box .zw-tab-conbox .zw-tab-content:nth-child(2),
.gd-zw-box .zw-tab-conbox .zw-tab-content:nth-child(3) {
    display: none;
}
.gd-zw-box .zw-tab-conbox .zw-content-item {
    border-top: 3px solid var(--defaultBorderColor);
    background: #fff;
    padding: 20px;
}
.gd-zw-box .zw-tab-conbox .zw-content-item h2 a {
    display: block;
    width: 100%;
    text-align: center;
    font-weight: bold;
    font-size: 22px;
    margin: 10px auto;
    color: var(--defaultTitleColor);
}
.gd-zw-box .zw-tab-conbox .zw-content-item a:hover {
    color: var(--defaultTitleColor);
    font-weight: bold;
}
.gd-zw-box .zw-tab-conbox .zw-xxgk-box {
    width: 441px;
}
.gd-zw-box .zw-tab-conbox .zw-xxgk-box ul {
    width: 100%;
}
.gd-zw-box .zw-tab-conbox .zw-xxgk-box li {
    width: 50%;
    float: left;
    margin-top: 20px;
    line-height: 2;
}
.gd-zw-box .zw-tab-conbox .zw-xxgk-box li i {
    max-width: 24px;
    max-height: 26px;
    margin-right: 6px;
}
.gd-zw-box .zw-tab-conbox .zw-xxgk-box li i img {
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
}
.gd-zw-box .zw-tab-conbox .zw-zdly-box {
    width: 693px;
}
.gd-zw-box .zw-tab-conbox .zw-zdly-box .zdly-tab-title li {
    position: relative;
    float: left;
    padding: 8px 27px 4px;
    background: #fff5e4;
    font-weight: bold;
}
.gd-zw-box .zw-tab-conbox .zw-zdly-box .zdly-tab-title li a {
    color: var(--defaultTitleColor);
}
.gd-zw-box .zw-tab-conbox .zw-zdly-box .zdly-tab-title li:hover,
.gd-zw-box .zw-tab-conbox .zw-zdly-box .zdly-tab-title li.current {
    background: var(--defaultTitleColor);
}
.gd-zw-box .zw-tab-conbox .zw-zdly-box .zdly-tab-title li:hover a,
.gd-zw-box .zw-tab-conbox .zw-zdly-box .zdly-tab-title li.current a {
    color: #fff;
}
.gd-zw-box .zw-tab-conbox .zw-zdly-box .zdly-tab-title li:hover::before,
.gd-zw-box .zw-tab-conbox .zw-zdly-box .zdly-tab-title li.current::before {
    position: absolute;
    left: 50%;
    bottom: 0;
    -webkit-transform: translate(-50%, 100%);
    -moz-transform: translate(-50%, 100%);
    -ms-transform: translate(-50%, 100%);
    -o-transform: translate(-50%, 100%);
    transform: translate(-50%, 100%);
    content: '';
    width: 0;
    height: 0;
    border: 10px solid;
    border-color: var(--defaultTitleColor) transparent transparent transparent;
}
.gd-zw-box .zw-tab-conbox .zw-zdly-box .zdly-tab-content li {
    border: none;
    text-indent: 30px;
    position: relative;
}
.gd-zw-box .zw-tab-conbox .zw-zdly-box .zdly-tab-content li::before {
    content: ' ';
    position: absolute;
    top: 50%;
    left: 5px;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
    display: block;
    width: 7px;
    height: 7px;
    background: url('../images/common/li_list_icon.png') no-repeat center center;
}
.gd-zw-box .zw-tab-conbox .zw-zdly-box .zdly-tab-content li span {
    text-indent: 0;
}
.gd-zw-box .zw-tab-conbox .zw-zdly-box .zdly-tab-content li a {
    width: 80%;
    margin-right: 1em;
    overflow: hidden;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
}
@media screen and (max-width: 749px) {
    .gd-zw-box .zw-tab-conbox .zw-zdly-box .zdly-tab-content li a {
        margin-right: 0;
    }
}
.gd-zw-box .zw-tab-conbox .zw-zdly-box .zdly-tab-content:nth-child(4),
.gd-zw-box .zw-tab-conbox .zw-zdly-box .zdly-tab-content:nth-child(5),
.gd-zw-box .zw-tab-conbox .zw-zdly-box .zdly-tab-content:nth-child(6) {
    display: none;
}
.gd-zw-box .zw-tab-conbox .jl-top-menu li {
    font-size: 16px;
    float: left;
    margin-right: 13.6px;
    width: 182px;
    height: 107px;
    background: #fff;
    text-align: center;
    border: 3px solid var(--defaultBorderColor);
}
.gd-zw-box .zw-tab-conbox .jl-top-menu li a {
    display: block;
    width: 100%;
    height: 100%;
    color: var(--defaultHoverColor);
    font-weight: bold;
    padding: 8px;
    line-height: 22px;
}
.gd-zw-box .zw-tab-conbox .jl-top-menu li i {
    margin: 0 auto;
    margin-bottom: 8px;
    display: block;
    width: 53px;
    height: 41px;
}
.gd-zw-box .zw-tab-conbox .jl-top-menu li i img {
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
}
.gd-zw-box .zw-tab-conbox .jl-top-menu li:hover {
    box-shadow: 1px 1px 10px 1px rgba(0, 0, 0, 0.1);
}
.gd-zw-box .zw-tab-conbox .jl-top-menu li:last-child {
    margin-right: 0;
}
.gd-zw-box .zw-tab-conbox .jl-tel {
    background: #fff;
    text-align: center;
    margin: 10px auto;
}
.gd-zw-box .zw-tab-conbox .jl-tel p {
    font-size: 14px;
    color: #a7a7a7;
    line-height: 2.5;
}
.gd-zw-box .zw-tab-conbox .jl-dczj .zw-item-con li {
    float: left;
    margin-right: 60px;
    width: -webkit-calc(50% - 41px);
    width: -moz-calc(50% - 41px);
    width: calc(50% - 41px);
    border: none;
    text-indent: 30px;
    position: relative;
}
.gd-zw-box .zw-tab-conbox .jl-dczj .zw-item-con li::before {
    content: ' ';
    position: absolute;
    top: 50%;
    left: 5px;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
    display: block;
    width: 7px;
    height: 7px;
    background: url('../images/common/li_list_icon.png') no-repeat center center;
}
.gd-zw-box .zw-tab-conbox .jl-dczj .zw-item-con li span {
    text-indent: 0;
}
.gd-zw-box .zw-tab-conbox .jl-dczj .zw-item-con li a {
    width: 78%;
    margin-right: 1em;
    overflow: hidden;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
}
@media screen and (max-width: 749px) {
    .gd-zw-box .zw-tab-conbox .jl-dczj .zw-item-con li a {
        margin-right: 0;
    }
}
.gd-zw-box .zw-tab-conbox .jl-dczj .zw-item-con li:nth-child(2n) {
    margin-right: 0;
}
.gd-zw-box .zw-tab-conbox .zwfw-item-title {
    padding: 78px 12px 0;
    margin-right: 19px;
    width: 40px;
    height: 356px;
    background: var(--defaultTitleColor);
    font-weight: bold;
    color: #fff;
    border-radius: 10px;
}
.gd-zw-box .zw-tab-conbox .zwfw-item-menu {
    width: 1100px;
}
.gd-zw-box .zw-tab-conbox .zwfw-item-menu li {
    float: left;
    margin: 10px 10px 0 0;
    width: 212px;
    height: 172px;
    background-repeat: no-repeat;
    -webkit-transition: all 0.3;
    -o-transition: all 0.3;
    -moz-transition: all 0.3;
    transition: all 0.3;
}
.gd-zw-box .zw-tab-conbox .zwfw-item-menu li:nth-child(1) {
    background: url(../images/index/zwfw-icon1.png);
}
.gd-zw-box .zw-tab-conbox .zwfw-item-menu li:nth-child(1):hover {
    background: url(../images/index/zwfw-hover-icon1.png);
}
.gd-zw-box .zw-tab-conbox .zwfw-item-menu li:nth-child(2) {
    background: url(../images/index/zwfw-icon2.png);
}
.gd-zw-box .zw-tab-conbox .zwfw-item-menu li:nth-child(2):hover {
    background: url(../images/index/zwfw-hover-icon2.png);
}
.gd-zw-box .zw-tab-conbox .zwfw-item-menu li:nth-child(3) {
    background: url(../images/index/zwfw-icon3.png);
}
.gd-zw-box .zw-tab-conbox .zwfw-item-menu li:nth-child(3):hover {
    background: url(../images/index/zwfw-hover-icon3.png);
}
.gd-zw-box .zw-tab-conbox .zwfw-item-menu li:nth-child(4) {
    background: url(../images/index/zwfw-icon4.png);
}
.gd-zw-box .zw-tab-conbox .zwfw-item-menu li:nth-child(4):hover {
    background: url(../images/index/zwfw-hover-icon4.png);
}
.gd-zw-box .zw-tab-conbox .zwfw-item-menu li:nth-child(5) {
    background: url(../images/index/zwfw-icon5.png);
}
.gd-zw-box .zw-tab-conbox .zwfw-item-menu li:nth-child(5):hover {
    background: url(../images/index/zwfw-hover-icon5.png);
}
.gd-zw-box .zw-tab-conbox .zwfw-item-menu li:nth-child(6) {
    background: url(../images/index/zwfw-icon6.png);
}
.gd-zw-box .zw-tab-conbox .zwfw-item-menu li:nth-child(6):hover {
    background: url(../images/index/zwfw-hover-icon6.png);
}
.gd-zw-box .zw-tab-conbox .zwfw-item-menu li:nth-child(7) {
    background: url(../images/index/zwfw-icon7.png);
}
.gd-zw-box .zw-tab-conbox .zwfw-item-menu li:nth-child(7):hover {
    background: url(../images/index/zwfw-hover-icon7.png);
}
.gd-zw-box .zw-tab-conbox .zwfw-item-menu li:nth-child(8) {
    background: url(../images/index/zwfw-icon8.png);
}
.gd-zw-box .zw-tab-conbox .zwfw-item-menu li:nth-child(8):hover {
    background: url(../images/index/zwfw-hover-icon8.png);
}
.gd-zw-box .zw-tab-conbox .zwfw-item-menu li:nth-child(9) {
    background: url(../images/index/zwfw-icon9.png);
}
.gd-zw-box .zw-tab-conbox .zwfw-item-menu li:nth-child(9):hover {
    background: url(../images/index/zwfw-hover-icon9.png);
}
.gd-zw-box .zw-tab-conbox .zwfw-item-menu li:nth-child(10) {
    background: url(../images/index/zwfw-icon10.png);
}
.gd-zw-box .zw-tab-conbox .zwfw-item-menu li:nth-child(10):hover {
    background: url(../images/index/zwfw-hover-icon10.png);
}
.gd-zw-box .zw-tab-conbox .zwfw-item-menu li a {
    display: block;
    width: 100%;
    height: 100%;
    text-align: center;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-justify-content: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-flex-direction: column;
    -moz-box-orient: vertical;
    -moz-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    font-size: 16px;
    color: var(--defaultTitleColor);
}
.gd-zw-box .zw-tab-conbox .zwfw-item-menu li:hover a {
    font-weight: bold;
    color: var(--defaultTitleColor);
}
.gd-zw-box .zw-tab-conbox .zwfw-item-menu li:nth-child(5n) {
    margin-right: 0;
}

/* 视频展播 */
.gd-video-box {
    min-height: 525px;
    background: #fff;
}
.gd-video-box .video-container {
    padding-top: 60px;
}
.gd-video-box .video-container .vidoe-title {
    margin: 0 25px 25px 0;
}
.gd-video-box .video-container .vidoe-title h2 {
    font-size: 24px;
    font-weight: bold;
    color: var(--defaultTitleColor);
}
.gd-video-box .video-container .vidoe-title i {
    position: relative;
    margin-top: -1em;
    display: block;
    width: 1000px;
    border-bottom: 1px solid #e5e5e5;
    height: 0;
}
.gd-video-box .video-container .vidoe-title i::before {
    position: absolute;
    top: 0;
    left: 0;
    content: '';
    -webkit-transform: translate(-100%, -50%);
    -moz-transform: translate(-100%, -50%);
    -ms-transform: translate(-100%, -50%);
    -o-transform: translate(-100%, -50%);
    transform: translate(-100%, -50%);
    width: 10px;
    height: 10px;
    border-radius: 50%;
    background: var(--defaultBorderColor);
}
.gd-video-box .video-container .video-content {
    position: relative;
    z-index: 999;
}
.gd-video-box .video-container .video-content li {
    float: left;
    position: absolute;
    -webkit-transition: all 0.3s;
    -o-transition: all 0.3s;
    -moz-transition: all 0.3s;
    transition: all 0.3s;
}
.gd-video-box .video-container .video-content li a {
    display: block;
    width: 100%;
    height: 100%;
}
.gd-video-box .video-container .video-content li:nth-child(1) {
    width: 607px;
    height: 177px;
    background: url(../images/index/video-item1.png) no-repeat;
    left: 0;
}
.gd-video-box .video-container .video-content li:nth-child(2) {
    right: 0;
    background: url(../images/index/video-item2.png) no-repeat;
    width: 629px;
    height: 177px;
}
.gd-video-box .video-container .video-content li:nth-child(3) {
    top: 183px;
    left: 0;
    background: url(../images/index/video-item3.png) no-repeat;
    width: 384px;
    height: 172px;
}
.gd-video-box .video-container .video-content li:nth-child(4) {
    top: 183px;
    left: 349px;
    background: url(../images/index/video-item4.png) no-repeat;
    width: 523px;
    height: 172px;
}
.gd-video-box .video-container .video-content li:nth-child(5) {
    top: 183px;
    right: 0;
    background: url(../images/index/video-item5.png) no-repeat;
    width: 346px;
    height: 172px;
}
.gd-video-box .video-container .video-content li:hover::after {
    content: '';
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    background: inherit;
    -o-background-size: 100% 100%;
    background-size: 100% 100%;
    -webkit-filter: drop-shadow(0px 0px 10px rgba(0, 0, 0, 0.5)) blur(20px);
    filter: drop-shadow(0px 0px 10px rgba(0, 0, 0, 0.5)) blur(20px);
    z-index: -1;
}
/* 底部轮播 */
.min-swiper-bg {
    min-height: 220px;
    padding: 56px 0;
    background: #f3f3f3;
}
.min-swiper-bg .min-swiper-container {
    padding: 0 20px;
    position: relative;
}
.min-swiper-bg .min-swiper {
    width: 1086px;
    margin: 0 auto;
}
.min-swiper-bg .min-swiper img {
    height: 100%;
}
.min-swiper-bg .min-button-prev,
.min-swiper-bg .min-button-next {
    color: #e3e3e3;
}

/* 底部飘窗 */
.b-banner {
    position: fixed;
    bottom: 10px;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    transform: translateX(-50%);
    z-index: 1;
}
.b-banner a {
    position: absolute;
    right: 5px;
    top: 2px;
    font-size: 24px;
    line-height: 1;
    text-align: center;
    width: 24px;
    height: 24px;
    background: #fff;
    color: #333;
}

/* 底部右边 */
.b-r-banner {
    width: 15%;
    position: fixed;
    right: 1%;
    bottom: 5%;
    z-index: 999;
}

/* 底部左边 */
.b-l-banner {
    width: 15%;
    position: fixed;
    left: 1%;
    bottom: 5%;
    z-index: 999;
}

.b-l-banner a {
    display: block;
    width: 100%;
    height: 100%;
}

/* 互动交流增加统计 */
.zw-item-count p {
    text-align: center;
    line-height: 47px;
    font-size: 16px;
    color: #b3b3b3;
}
.zw-item-count p a {
    color: #b3b3b3;
}
.zw-item-count p span {
    color: var(--defaultTitleColor);
}
